IsFontValid abstract method

bool IsFontValid(
  1. FontStructType font
)

Check if a font is valid (font data loaded, WARNING: GPU texture not checked)

Implementation

bool IsFontValid(
  FontStructType font,
);