Functions for accessing platform independent font wrappers.
More...
Functions for accessing platform independent font wrappers.
◆ ACAPI_Font_GetFont()
Returns a font either by index or name.
- Since
- Archicad 27
- Parameters
-
- Returns
- NoError - The function has completed with success.
- APIERR_BADINDEX - font with the given index does not exist.
- APIERR_BADNAME - font with the given name does not exist.
◆ ACAPI_Font_GetFontNum()
Int32 ACAPI_Font_GetFontNum |
( |
| ) |
|
Get the number of fonts. You could use it to iterate over the fonts.
- Since
- Archicad 27
- Returns
-
◆ ACAPI_Font_SearchFont()
Search for a font by name.
- Since
- Archicad 27
- Parameters
-
font | [in] The reference of the API_FontType on which the search is based. |
- Returns
- NoError - The function has completed with success.
- APIERR_BADNAME - font with the given name does not exist.