DxFont: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 19: | Line 19: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
loadstring(exports. | loadstring( exports.dxLibrary:dxGetLibrary( ) )( ) | ||
--creamos una fuente local de la Modern-Library con un tamaño personalizado | --creamos una fuente local de la Modern-Library con un tamaño personalizado |
Latest revision as of 20:24, 21 May 2022
Esta funcion sirve para crear una fuente que podra ser utilizada por cualquier elemento de Modern-Library.
Aviso: Esta es una función exportada por Modern-Library!
Sintaxis
bool dxFont(string path, float size, [ bool bold = nil ] )
Argumentos requeridos
- path: La ruta del archivo tipo fuente. > Ruta local de la libreria "files/font/"
- size: Un flotante que representa el tamaño de la fuente.
Argumentos Opcionales
- bold: Un booleano que representa si la fuente sera gruesa.
Fuentes locales
- Basic-Regular.ttf: Tamaños 10, 11
- letterbold.otf: Tamaños 9, 10
- Comforta_regular.ttf: Tamaños 10, 11, 12, 13
Ejemplo de Uso
loadstring( exports.dxLibrary:dxGetLibrary( ) )( ) --creamos una fuente local de la Modern-Library con un tamaño personalizado dxFont('files/font/letterbold.otf', 13, true) --creamos una fuente externa de otro script o bien sea del mismo script donde se este llamando a dicha funcion. dxFont(':varios/font/grove.ttf', 10, false) win = dxWindow(251, 21, 250, 300, 'Window DEMO', true, true) dxSetFont(win, 'letterbold', 13) -- le damos la fuente letterbold a la ventana bot = dxButton(276, 80, 100, 40, 'Button demo', win, false) dxSetFont(win, 'grove', 10) -- le damos la fuente grove al boton.
Ver también
General Functions
- dxGetLibrary
- dxGetScreen
- dxSet
- dxGet
- dxSetText
- dxSetTitle
- dxSetVisible
- dxSetEnabled
- dxSetPosition
- dxGetPosition
- dxSetSize
- dxGetSize
- dxGetRootParent
- dxSetColorBackground
- dxSetColorText
- dxSetColorSelected
- dxSetColorBorder
- dxFont
- dxSetFont
- dxGetText
- dxSetTitle
- dxGetTitle
Window
Button
CheckBox
Edit
GridList
- dxGridList
- dxGridListAddItem
- dxGridListRemoveItem
- dxGridListAddColumn
- dxGridListRemoveColumn
- dxGridListGetItemSelected
- dxGridListSetItemSelected
- dxGridListGetScrollHV
Image
Label
List
- dxList
- dxListAddItem
- dxListRemoveItem
- dxListGetItemSelected
- dxListSetItemSelected
- dxListSetColorFilaItem