-
gcheck: The
gcheckoperator checks if a procedure is in the current graphics state. It returns true if the procedure is found, otherwise false. -
ge: The
geoperator compares two numbers for greater than or equal to. It returns true if the first number is greater than or equal to the second number, otherwise false. -
get: The
getoperator retrieves a value from an array or dictionary using a key. It returns the value associated with the specified key. -
getinterval: The
getintervaloperator extracts a substring from a string. It takes three parameters: the string, the starting index, and the ending index, and returns the extracted substring. -
globaldict: The
globaldictoperator retrieves the global dictionary, which contains globally defined names and values. -
glyphshow: The
glyphshowoperator displays a glyph from a font specified by its name. -
grestore: The
grestoreoperator restores the graphics state to its previous state saved bygsave. -
grestoreall: The
grestorealloperator restores the graphics state to its initial state, discarding all saved states. -
gsave: The
gsaveoperator saves the current graphics state for later restoration usinggrestore. -
gstate: The
gstateoperator retrieves the current graphics state as a dictionary. -
gt: The
gtoperator compares two numbers for greater than. It returns true if the first number is greater than the second number, otherwise false.